home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / TGA320.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-11-24  |  1.4 KB  |  56 lines

  1. ████████████████████████████████████████████████████████████████████████████
  2.  
  3.  320rts - A miniature 320x200 mode 13h Graphics Library for C
  4.  
  5. ████████████████████████████████████████████████████████████████████████████
  6.  
  7.  
  8. INTRO
  9. ─────
  10.  
  11. These routines was my first attempt at writing anything is the assembly
  12. language. It has been two years since I finished them, and they were not
  13. used a lot, mainly because I move to 640x400x256 tweaked mode later on,
  14. and now to general Linear Frame Buffer routines.
  15.  
  16. Though much of the code is rather embarrasing, it actually works, and
  17. will show hopefully give you some hints to ASM coding here and there.
  18.  
  19.  
  20.  
  21. I place these routines in the Public Domain for anyone who needs a
  22. small, easily implemented 320x200 library in real mode. The routines
  23. are small, reasonably fast and completely free.
  24.  
  25.  
  26.  
  27. Discla(i)mer:
  28.  
  29. I AM NOT LIABLE FOR ANY DAMAGE CAUSED BY THESE FUNCTIONS, IN ANY WAY!!!
  30.  
  31.  
  32.  
  33. IMPLEMENTATION
  34. ──────────────
  35.  
  36. Just do:
  37.  
  38. tasm 320rts.asm
  39. bcc myprog.c 320rts.obj
  40.  
  41. And in your source, include the 320rts.h to avoid the annoying warnings.
  42.  
  43.  
  44. BONUS
  45. ─────
  46.  
  47. The routines have also been optimized for calling from assembly code.
  48.  
  49. Though they're not fancy, they're here, so you don't have to code that
  50. damned circle routine when you need it now, in your glorious BBS ad.
  51.  
  52.  
  53. ████████████████████████████████████████████████████████████████████████████
  54.  
  55. Ghyll/TGA
  56.